492’843 record

492’843 record

Filtri attivi Cancella tutto

Nessun filtro attivo

Filtri

BPS

21196_BehiG Haltekantepunkt

Allegati

Clicca per espandere Clicca per ridurre

Schema dataset

Clicca per espandere Clicca per ridurre
HALTEKANTE_FID
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
haltekante_fid
Tipo
doppio
Campione
35279983
BPS
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bps
Tipo
testo
Campione
Zurich Tiefenbrunnen
BPS_ABK
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bps_abk
Tipo
testo
Campione
ZTB
LINIE
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
linie
Tipo
doppio
Campione
730
KUNDENGLEISNR
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
kundengleisnr
Tipo
testo
Campione
3
LEGENDE
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
legende
Tipo
testo
Campione
18_P 55 / - / - / - / -
KONFORMITAET
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
konformitaet
Tipo
testo
Campione
P 55 / - / - / - / -
ID_GLEISSTRANG
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
id_gleisstrang
Tipo
doppio
Campione
56441
PUNKT_STATIONIERUNG
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
punkt_stationierung
Tipo
doppio
Campione
190
RICHTUNG_GS_ZU_HALTEKANTE
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
richtung_gs_zu_haltekante
Tipo
doppio
Campione
1
PUNKT_RADIUS
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
punkt_radius
Tipo
doppio
Campione
-4000
PUNKT_UH
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
punkt_uh
Tipo
doppio
Campione
0
ID_HILFSTRITT
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
id_hilfstritt
Tipo
doppio
Campione
12
TEXT_NORMHOEHE
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
text_normhoehe
Tipo
testo
Campione
                       
N
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
n
Tipo
doppio
Campione
1244888
E
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
e
Tipo
doppio
Campione
2684916.4
PERRONKANTE_FID
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
perronkante_fid
Tipo
doppio
Campione
35330914
PERRONKANTE_LAENGE
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
perronkante_laenge
Tipo
doppio
Campione
320.4872
HALTEKANTE_LAENGE
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
haltekante_laenge
Tipo
doppio
Campione
317.01
geopos
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
geopos
Tipo
geo_point_2d
Campione
[47.3493756776559,8.562473208446773]
konf
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
konf
Tipo
testo
Campione
18

Schema JSON

Il seguente oggetto JSON è una descrizione standardizzata dello schema del tuo dataset. Più informazioni sullo schema JSON.

{
  • "title":"21196_behig-haltekantepunkt",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/21196_behig-haltekantepunkt"
      }
    ]
    ,
  • "definitions":
    {
    • "21196_behig-haltekantepunkt":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/21196_behig-haltekantepunkt_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "21196_behig-haltekantepunkt_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "haltekante_fid":
                {
                • "type":"number",
                • "title":"HALTEKANTE_FID",
                • "description":""
                }
                ,
              • "bps":
                {
                • "type":"string",
                • "title":"BPS",
                • "description":""
                }
                ,
              • "bps_abk":
                {
                • "type":"string",
                • "title":"BPS_ABK",
                • "description":""
                }
                ,
              • "linie":
                {
                • "type":"number",
                • "title":"LINIE",
                • "description":""
                }
                ,
              • "kundengleisnr":
                {
                • "type":"string",
                • "title":"KUNDENGLEISNR",
                • "description":""
                }
                ,
              • "legende":
                {
                • "type":"string",
                • "title":"LEGENDE",
                • "description":""
                }
                ,
              • "konformitaet":
                {
                • "type":"string",
                • "title":"KONFORMITAET",
                • "description":""
                }
                ,
              • "id_gleisstrang":
                {
                • "type":"number",
                • "title":"ID_GLEISSTRANG",
                • "description":""
                }
                ,
              • "punkt_stationierung":
                {
                • "type":"number",
                • "title":"PUNKT_STATIONIERUNG",
                • "description":""
                }
                ,
              • "richtung_gs_zu_haltekante":
                {
                • "type":"number",
                • "title":"RICHTUNG_GS_ZU_HALTEKANTE",
                • "description":""
                }
                ,
              • "punkt_radius":
                {
                • "type":"number",
                • "title":"PUNKT_RADIUS",
                • "description":""
                }
                ,
              • "punkt_uh":
                {
                • "type":"number",
                • "title":"PUNKT_UH",
                • "description":""
                }
                ,
              • "id_hilfstritt":
                {
                • "type":"number",
                • "title":"ID_HILFSTRITT",
                • "description":""
                }
                ,
              • "text_normhoehe":
                {
                • "type":"string",
                • "title":"TEXT_NORMHOEHE",
                • "description":""
                }
                ,
              • "n":
                {
                • "type":"number",
                • "title":"N",
                • "description":""
                }
                ,
              • "e":
                {
                • "type":"number",
                • "title":"E",
                • "description":""
                }
                ,
              • "perronkante_fid":
                {
                • "type":"number",
                • "title":"PERRONKANTE_FID",
                • "description":""
                }
                ,
              • "perronkante_laenge":
                {
                • "type":"number",
                • "title":"PERRONKANTE_LAENGE",
                • "description":""
                }
                ,
              • "haltekante_laenge":
                {
                • "type":"number",
                • "title":"HALTEKANTE_LAENGE",
                • "description":""
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geopos",
                • "description":""
                }
                ,
              • "konf":
                {
                • "type":"string",
                • "title":"konf",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Riutilizzi

    Clicca per espandere Clicca per ridurre

    Invia un riutilizzo

    Clicca per espandere Clicca per ridurre

    Il tuo cognome sarà visualizzato al pubblico con il tuo riutilizzo

    Il tuo nome sarà visualizzato al pubblico con il tuo riutilizzo

    Il tuo indirizzo e-mail non sarà disponibile al pubblico e verrà utilizzato per contattarti solo dagli amministratori.

    Breve descrizione del tuo lavoro (massimo 50 caratteri)

    Una descrizione più dettagliata dei risultati ottenuti utilizzando questo dataset (max. 1000 caratteri)

    Un URL in cui il tuo lavoro è pubblicamente accessibile

     o 

    (facoltativo) Un URL o un'immagine che presenti il tuo lavoro

    false

    Similar datasets